home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Sonic / FlashRadio.swf / scripts / DefineButton2_16 / BUTTONCONDACTION on(release).as
Text File  |  1999-03-05  |  205b  |  13 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("../../")
  4.    {
  5.       gotoAndStop("HipHop");
  6.       tellTarget("../GenreText")
  7.       {
  8.          gotoAndStop("HipHop");
  9.       }
  10.       play();
  11.    }
  12. }
  13.